home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TDELETEMARRIAGEFORM / TDELETEMARRIAGEFORM.txt
Encoding:
Text File  |  2002-04-04  |  1.3 KB  |  68 lines

  1. object DeleteMarriageForm: TDeleteMarriageForm
  2.   Left = 243
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   Caption = 'Delete Link'
  6.   ClientHeight = 150
  7.   ClientWidth = 259
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 117
  21.     Width = 259
  22.     Height = 33
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object OK: TButton
  27.       Left = 53
  28.       Top = 5
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'Delete'
  32.       Default = True
  33.       TabOrder = 0
  34.       OnClick = OKClick
  35.     end
  36.     object Cancel: TButton
  37.       Left = 133
  38.       Top = 5
  39.       Width = 75
  40.       Height = 25
  41.       Cancel = True
  42.       Caption = 'Cancel'
  43.       TabOrder = 1
  44.       OnClick = CancelClick
  45.     end
  46.   end
  47.   object ListBox1: TListBox
  48.     Left = 0
  49.     Top = 18
  50.     Width = 259
  51.     Height = 99
  52.     Align = alClient
  53.     ItemHeight = 13
  54.     TabOrder = 1
  55.     OnDblClick = OKClick
  56.   end
  57.   object Panel2: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 259
  61.     Height = 18
  62.     Align = alTop
  63.     BevelOuter = bvNone
  64.     Caption = 'Delete link to marriage:'
  65.     TabOrder = 2
  66.   end
  67. end
  68.